home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Binaries / READ ME < prev   
Encoding:
Text File  |  1994-07-07  |  5.4 KB  |  159 lines  |  [TEXT/ttxt]

  1.   This archive contains the binary distribution for
  2.   the Caml Light system, release 0.61, Macintosh version.
  3.  
  4. CONTENTS:
  5.  
  6.   Caml Light            The standalone application.
  7.   lib:                  Library files.
  8.   tools:                MPW scripts and tools.
  9.   examples:             Sample source code.
  10.   INSTALL               Instructions for installation.
  11.   READ ME               This file.
  12.   LISEZ MOI             French version of this file.
  13.   COPYRIGHT             INRIA's copyright notice.
  14.   ERRATUM               Erratum for the books "Le langage Caml" and
  15.                         "Manuel de référence du langage Caml"
  16.  
  17. COPYRIGHT:
  18.  
  19.   All files in this distribution are copyright INRIA and distributed
  20.   under the conditions stated in file COPYRIGHT.
  21.   They can be freely redistributed but not sold; the redistribution
  22.   must include the copyright notice.
  23.  
  24.  
  25. INSTALLATION:
  26.  
  27.   See the file INSTALL for installation instructions.
  28.  
  29.  
  30. DOCUMENTATION:
  31.  
  32.   The Caml Light system is described in:
  33.  
  34.   "The Caml Light system, release 0.6", by Xavier Leroy (reference manual)
  35.   "Functional programming using Caml Light", by Michel Mauny (tutorial)
  36.  
  37.   These documents are distributed in Postscript, DVI, and plain text.
  38.   They can be obtained by anonymous FTP from ftp.inria.fr as described below.
  39.  
  40.   See the file LISEZ MOI for references to the French version of the
  41.   documentation.
  42.  
  43.  
  44. AVAILABILITY:
  45.  
  46.   The whole Caml Light distribution resides on ftp.inria.fr, and can
  47.   be accessed by anonymous FTP:
  48.  
  49.         host:       ftp.inria.fr (192.93.2.54)
  50.         directory:  lang/caml-light
  51.         files:
  52.  
  53.   cl6unix.tar.Z         Complete source code for Unix machines, plus a
  54.                         bootstrap compiler.
  55.   cl6macbin.sea.hqx     Binaries for the Macintosh version.
  56.   cl6pc386bin.zip       Binaries for the 80386 PC version.
  57.                         They run only on 80386 or 80486 processors,
  58.                         in protected 32-bit mode.
  59.   cl6pc86bin.zip        Binaries for the 8086 PC version.
  60.                         They run on any PC, in native 16-bit mode.
  61.   cl6macsrc.sea.hqx     Source code for the Macintosh version.
  62.   cl6pc386src.zip       Source code for the 80386 PC version.
  63.   cl6pc86src.zip        Source code for the 8086 PC version.
  64.   cl6refman.ps.Z        Reference manual (compressed Postscript)
  65.   cl6refman.dvi.Z       Reference manual (compressed DVI)
  66.   cl6refman.txt         Reference manual (plain text)
  67.   cl6refman.prn         Reference manual (plain text + italics and boldface,
  68.                         for printing on an impact printer)
  69.   cl6tutorial.ps.Z      "Functional programming using Caml Light"
  70.                         (compressed Postscript)
  71.   cl6tutorial.dvi.Z     "Functional programming using Caml Light"
  72.                         (compressed DVI)
  73.   cl6tutorial.txt       "Functional programming using Caml Light" (plain text)
  74.   cl6tutorial.prn       "Functional programming using Caml Light"
  75.                         (plain text + italics and boldface,
  76.                          for printing on an impact printer)
  77.  
  78.  
  79. HOW TO GET THE MACINTOSH PROGRAMMER'S WORKSHOP (MPW):
  80.  
  81.   The batch Caml Light compiler requires MPW 3.2 to run.
  82.   MPW is available from APDA, Apple's Programmers and Developers Association.
  83.   To order products or to get a complimentary copy of the APDA Tools Catalog:
  84.  
  85.     APDA
  86.     Apple Computer, Inc.
  87.     20525 Mariani Avenue, M/S 33-G
  88.     Cupertino, CA  95014-6299  USA
  89.     
  90.     800-282-2732 (United States)
  91.     800-637-0029 (Canada)
  92.     408-562-3910 (International)
  93.     
  94.     Fax: 408-562-3971
  95.     Telex: 171-576
  96.     AppleLink: APDA
  97.     GEnie: A.DEVELOPER3
  98.     CompuServe: 76666,2405
  99.     America Online: APDA Sale
  100.     Internet: APDA@applelink.apple.com
  101.     MacNet: APDA
  102.     MCI: POSTROM
  103.  
  104.   If you have FTP access, you can get the catalog and ordering forms by
  105.   anonymous FTP:
  106.   
  107.     host:         ftp.apple.com (130.43.2.3)
  108.     directory:    dts/apda
  109.     files:        *.txt
  110.  
  111.  
  112. KEEPING IN TOUCH WITH THE CAML COMMUNITY:
  113.  
  114.   There exists a mailing list of users of the Caml and Caml Light
  115.   systems developed at INRIA. The purpose of this list is to share
  116.   experience, exchange ideas (and even code), and report on applications
  117.   of the Caml language. This list is moderated; messages can be
  118.   written in English or in French. The list has about 200 subscribers.
  119.  
  120.   Messages to the list should be sent to:
  121.  
  122.                 caml-list@margaux.inria.fr
  123.  
  124.   If you wish to subscribe to this list, please send a message
  125.   (including your email address) to:
  126.  
  127.                 caml-list-request@margaux.inria.fr
  128.  
  129.  
  130. BUG REPORTS AND USER FEEDBACK:
  131.  
  132.   Send your bug reports by E-mail to
  133.  
  134.           caml-light@margaux.inria.fr
  135.  
  136.   or by paper mail to
  137.  
  138.           Caml Light, projet Formel
  139.           INRIA Rocquencourt
  140.           B.P. 105
  141.           78153 Le Chesnay
  142.           France
  143.  
  144.   To be effective, bug reports should include a complete program (as
  145.   small as possible) that exhibits the unexpected behavior, and the
  146.   configuration you are using (machine type, etc).
  147.  
  148.   The mailing list caml-light@margaux.inria.fr is forwarded to a small
  149.   group of implementors at INRIA. For general questions and discussions,
  150.   caml-list@margaux.inria.fr is better; for bug reports and very specific
  151.   technical questions, caml-light@margaux.inria.fr is preferred. We often
  152.   cross-post from one list to the other, anyway.
  153.  
  154.   We welcome your bug reports and comments, but no guarantees are
  155.   offered as to when they will be dealt with.
  156.   We cannot guarantee any answers to your questions. 
  157.   Also, we react extremely negatively to any attempt at contacting us
  158.   directly by phone.
  159.